home *** CD-ROM | disk | FTP | other *** search
/ Games Interactive (USA) / Games Interactive (USA).bin / pc / cwdhstemplate.dxr / 00529_Text_cwdHSJul98_1Data.txt < prev    next >
Text File  |  1999-08-12  |  3KB  |  63 lines

  1. global across1,  across2,  across3,  across4,  across5,  across6
  2. global across7,  across8,  across9,  across10, across11, across12
  3. global across13, across14, across15, across16, across17, across18
  4. global across19, across20, across21
  5. global gamename
  6. gamename = "168 Sword"
  7. --MAX_ACROSS = 21
  8.  
  9. global MAX_ACROSS, MAX_DOWN, MAX_CLUES, MAX_SQUARES
  10. global MAX_NUMBERS, MAX_X, MAX_Y, puzzleNumber
  11. global currentWord, clueTextList,  skipList
  12. MAX_NUMBERS = 21
  13. resetTheGlobalVars(21,0,8,8)
  14. setIncrementValues
  15. across1 = setWord ("across1", "setsin", ACROSS, SOUTHWEST, 6)
  16. across2 = setWord ("across2", "Sharif", ACROSS, EAST, 27)
  17. across3 = setWord ("across3", "femur", ACROSS, SOUTHWEST, 32)
  18. across4 = setWord ("across4", "Raitt", ACROSS, EAST, 60)
  19. across5 = setWord ("across5", "TomThumb", ACROSS, NORTHWEST, 64)
  20. across6 = setWord ("across6", "BigBen", ACROSS, SOUTH, 1)
  21. across7 = setWord ("across7", "inshort", ACROSS, SOUTHEAST, 9)
  22. across8 = setWord ("across8", "tiaraed", ACROSS, WEST, 63)
  23. across9 = setWord ("across9", "Deneb", ACROSS, NORTH, 57)
  24. across10 = setWord ("across10", "eighteen", ACROSS, EAST, 33)
  25. across11 = setWord ("across11", "nest", ACROSS, SOUTH, 40)
  26. across12 = setWord ("across12", "sweater", ACROSS, NORTHWEST, 56)
  27. across13 = setWord ("across13", "readsin", ACROSS, EAST, 2)
  28. across14 = setWord ("across14", "naif", ACROSS, SOUTH, 8)
  29. across15 = setWord ("across15", "airtime", ACROSS, SOUTHWEST, 16)
  30. across16 = setWord ("across16", "ensign", ACROSS, NORTH, 58)
  31. across17 = setWord ("across17", "isla", ACROSS, SOUTHEAST, 34)
  32. across18 = setWord ("across18", "Sharon", ACROSS, NORTHEAST, 43)
  33. across19 = setWord ("across19", "axed", ACROSS, NORTH, 29)
  34. across20 = setWord ("across20", "drug", ACROSS, SOUTHWEST, 5)
  35. across21 = setWord ("across21", "redo", ACROSS, EAST, 12)
  36.  
  37. add the actorList, across1
  38. add the actorList, across2
  39. add the actorList, across3
  40. add the actorList, across4
  41. add the actorList, across5
  42. add the actorList, across6
  43. add the actorList, across7
  44. add the actorList, across8
  45. add the actorList, across9
  46. add the actorList, across10
  47. add the actorList, across11
  48. add the actorList, across12
  49. add the actorList, across13
  50. add the actorList, across14
  51. add the actorList, across15
  52. add the actorList, across16
  53. add the actorList, across17
  54. add the actorList, across18
  55. add the actorList, across19
  56. add the actorList, across20
  57. add the actorList, across21
  58. puzzleNumber = 1
  59. currentWord = the actorList[1]
  60.  
  61. setTitle("Helter Skelter #5")
  62.  
  63. clueTextList = ["1. Arrives, as darkness: 2 wds.", "2. Streisand's ""E&" Funny Girl""E&" costar", "3. Longest bone in the human body", "4. Winner of four Grammys in 1989", "5. Littlest big celebrity of the 1800s: 2 wds.", "6. Westclox model: 2 wds.", "7. "& QUOTE&"To summarize...""E&": 2 wds.", "8. Like a pageant winner's head", "9. Bright star in Cygnus", "10. Prohibition Amendment's number", "11. It's out on a limb", "12. Garb for Mister Rogers", "13. Finds meaning between the lines: 2 wds. ", "14. Babe in the woods", "15. Thirty minutes, for most sitcoms", "16. Chekov's rank on ""E&"Star Trek""E&"", "17. Madonna hit ""E&"La ___ Bonita""E, "18. Stone of Sphere", "19. Given the boot", "20. Upjohn commodity", "21. Start from scratch"]